Discover curated AI tools, apps, extensions, and AI news. Updated regularly.

clawhub

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

--- name: clawhub description: Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI. metadata: { "openclaw": { "requires": { "bins": ["clawhub"] }, "install": [ { "id": "node", "kind": "node", "package": "clawhub", "bins": ["clawhub"], "label": "Install ClawHub CLI (npm)", }, ], }, } --- ClawHub CLI Install Auth (publish) Search Install Update (hash-based match + upgrade) List Publish Notes Default registry: https://clawhub.com (override with CLAWHUB REGISTRY or --registry) Default workdir: cwd (falls back to OpenClaw workspace); install dir: ./skills (override with --workdir / --dir / CLAWHUB WORKDIR) Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set